Update
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Dec 2008 06:53:02 +0000 (06:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Dec 2008 06:53:02 +0000 (06:53 +0000)
svn path=/trunk/; revision=21933

docs/reference/ChangeLog
docs/reference/gtk/migrating-GtkBuilder.sgml

index 82cae93173886f3ff0c231a078ee0fac81bc9eed..435d2025bd416120420447a21de51ff0cab38556 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-26  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/migrating-GtkBuilder.xml: Update
+
 2008-12-26  Matthias Clasen <mclasen@redhat.com>
 
        * gtk/drawing-model.sgml: Turn into a refentry to fit better in 
index 1f6bcc2f6150004aff5d5c59128a70bbe30351a4..f406ab361d45fc0a14a148590689a6392bd5148e 100644 (file)
@@ -19,7 +19,9 @@
     If your code uses the @root parameter of glade_xml_new(), you 
     may want to split your glade file into multiple GtkBuilder files
     by using the <option>--root</option> option of 
-    <application>gtk-builder-convert</application>.
+    <application>gtk-builder-convert</application>. Alternatively, you
+    can use gtk_builder_add_objects_from_file() to construct only certain
+    objects from a GtkBuilder file.
   </para>
 
   <para>
     still behind libglade:
     <itemizedlist>
 
-      <listitem><para>
-        GtkBuilder can not construct partial trees, it lacks
-        the equivalent of the @root parameter of glade_xml_new().
-        Due to the way GtkBuilder parses its input, this is difficult 
-        to implement, see 
-        <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=447998">bug 
-        447998</ulink>. As a workaround, you can split your glade file 
-        into multiple GtkBuilder input files using the <option>--root</option>
-        that was mentioned above.
-      </para></listitem>
-
-      <listitem><para>
-        GtkBuilder does not yet implement support for accessibility 
-        properties. It parses the same &lt;accessibility&gt; elements 
-        as libglade, but ignores them. See 
-        <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=454653">bug 
-        454983</ulink> for the current status of accessibility support 
-        in GtkBuilder.
-      </para></listitem>
       <listitem><para>
         GtkBuilder supports context information in translatable
         properties in a slightly different way than libglade.